home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / SciAn / src / flags.sgi4d.make < prev    next >
Text File  |  1994-08-01  |  455b  |  20 lines

  1. # This file contains C and FORTRAN compilation flag definitions for 
  2. # Silicon Graphics 4D workstations
  3.  
  4. # Name of C compiler
  5. CC =            cc
  6.  
  7. # Standard flags when compiling C
  8. #CFLAGS =                -g -prototypes
  9. #CFLAGS =        -O2 -fullwarn -woff 269 -woff 2 -prototypes
  10. CFLAGS =        -O2 -prototypes
  11.  
  12. # Name of FORTRAN compiler
  13. F77 =            f77
  14.  
  15. # Name of FORTRAN compiler
  16. FFLAGS =                -g
  17.  
  18. # Standard link flags specifying search path, if needed
  19. LFLAGS =     
  20.